home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / CHIP Kasım 1996.iso / ms / index / mips / idxsveng.exe / RCDATA / CABINET / next.htx < prev    next >
Text File  |  1996-08-05  |  770b  |  23 lines

  1. <!--
  2.     This is the "next" button for unsorted queries.
  3.     This retrieves the next page of documents for the query.
  4.     This is different from the sorted version of "next" because that version
  5.     can use the CiRecordsNextPage parameter for the text of the button.
  6.     This variable is not available for sequential queries.
  7. -->
  8.  
  9. <%if CiContainsLastRecord eq 0%>
  10.     <td align=right>
  11.         <form action="/scripts/samples/search/simple.idq" method="get">
  12.  
  13.             <%include /scripts/samples/search/hidden.htx%>
  14.  
  15.             <input type="hidden" name="CiBookmarkSkipCount"
  16.                                  value="<%CiMaxRecordsPerPage%>" >
  17.  
  18.             <input type="submit" value="Next page of documents">
  19.  
  20.         </form>
  21.     </td>
  22. <%endif%>
  23.